home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Lib / tai / Makefile < prev    next >
Encoding:
Makefile  |  1991-12-18  |  3.3 KB  |  140 lines

  1. # Tailoring routines
  2. #
  3. ############################################################
  4. #
  5. # @(#) $Header: /xtel/pp/pp-beta/Lib/tai/RCS/Makefile,v 6.0 1991/12/18 20:24:59 jpo Rel $
  6. #
  7. # $Log: Makefile,v $
  8. # Revision 6.0  1991/12/18  20:24:59  jpo
  9. # Release 6.0
  10. #
  11. #
  12. ############################################################
  13. #
  14. # Definitions
  15. #
  16. ############################################################
  17.  
  18.  
  19.  
  20. SRCS =  init_chan.c init_tai.c init_uip.c pp_setuserid.c \
  21.            tai_chan.c tai_sys.c tai_tb.c
  22. OBJS =  init_chan.o init_tai.o init_uip.o pp_setuserid.o \
  23.            tai_chan.o tai_sys.o tai_tb.o
  24. # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT
  25.  
  26. HEADERS         = ../../h
  27. CFLAGS          = $(LIBCCOPTIONS) -I$(HEADERS) $(LCF)
  28. LLFLAGS         = $(LINTFLAGS) -I$(HEADERS) -u
  29. SHADOW          = tai-made
  30.  
  31. LINTLIBS        = ../addr/llib-laddr.ln \
  32.           ../charset/llib-lcs.ln \
  33.           ../format/llib-lfmt.ln \
  34.           ../io/llib-lio.ln \
  35.           ../or/llib-lor.ln \
  36.           ../parse/llib-lparse.ln \
  37.           ../pp/llib-lpp.ln \
  38.           ../qmgr/llib-lqmgr.ln \
  39.           ../table/llib-ltable.ln \
  40.           ../util/llib-lutil.ln \
  41.           ../x400/llib-lx400.ln
  42.  
  43.  
  44.  
  45. ############################################################
  46. #
  47. # Building Rules
  48. #
  49. ############################################################
  50.  
  51. default: ${SHADOW}
  52.  
  53. ${SHADOW}: $(OBJS)
  54.     $(AR) r$(ARFLAGS) ../libpp.a $?
  55.     touch $@
  56.  
  57.  
  58. install:;
  59.  
  60. lintlib:llib-ltai.ln
  61. llib-ltai.ln: ${SRCS}
  62.     $(LINT) -Ctai $(LLFLAGS) ${SRCS}
  63.  
  64. lint:
  65.     $(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) $(LINTISODE)
  66.  
  67. clean: tidy
  68.     rm -f ${OBJS} llib-ltai.ln
  69. tidy:
  70.     rm -f core ${SHADOW} *.old  a.out *.BAK
  71.  
  72. depend:
  73.     $(DEPEND) -I$(HEADERS) $(SRCS)
  74.  
  75. define:
  76.     $(DEFINE) Makefile
  77.  
  78. ############################################################
  79. #
  80. # End of building rules
  81. #
  82. ############################################################
  83.  
  84. # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
  85. # Dependencies follow
  86. init_chan.o: init_chan.c
  87. init_tai.o: init_tai.c
  88. init_tai.o: ../../h/head.h
  89. init_tai.o: ../../h/util.h
  90. init_tai.o: ../../h/config.h
  91. init_tai.o: ../../h/ll_log.h
  92. init_tai.o: ../../h/retcode.h
  93. init_uip.o: init_uip.c
  94. pp_setuserid.o: pp_setuserid.c
  95. pp_setuserid.o: ../../h/util.h
  96. pp_setuserid.o: ../../h/config.h
  97. pp_setuserid.o: ../../h/ll_log.h
  98. tai_chan.o: tai_chan.c
  99. tai_chan.o: ../../h/head.h
  100. tai_chan.o: ../../h/util.h
  101. tai_chan.o: ../../h/config.h
  102. tai_chan.o: ../../h/ll_log.h
  103. tai_chan.o: ../../h/retcode.h
  104. tai_chan.o: ../../h/chan.h
  105. tai_chan.o: ../../h/table.h
  106. tai_chan.o: ../../h/list_bpt.h
  107. tai_chan.o: ../../h/adr.h
  108. tai_chan.o: ../../h/list_rchan.h
  109. tai_chan.o: ../../h/chan.h
  110. tai_chan.o: ../../h/auth.h
  111. tai_chan.o: ../../h/list_bpt.h
  112. tai_chan.o: ../../h/extension.h
  113. tai_chan.o: ../../h/mta.h
  114. tai_chan.o: ../../h/adr.h
  115. tai_chan.o: ../../h/list_bpt.h
  116. tai_chan.o: ../../h/aparse.h
  117. tai_chan.o: ../../h/ap.h
  118. tai_chan.o: ../../h/util.h
  119. tai_chan.o: ../../h/or.h
  120. tai_chan.o: ../../h/chan.h
  121. tai_chan.o: ../../h/auth.h
  122. tai_chan.o: ../../h/list_rchan.h
  123. tai_sys.o: tai_sys.c
  124. tai_sys.o: ../../h/head.h
  125. tai_sys.o: ../../h/util.h
  126. tai_sys.o: ../../h/config.h
  127. tai_sys.o: ../../h/ll_log.h
  128. tai_sys.o: ../../h/retcode.h
  129. tai_sys.o: ../../h/list_bpt.h
  130. tai_tb.o: tai_tb.c
  131. tai_tb.o: ../../h/util.h
  132. tai_tb.o: ../../h/config.h
  133. tai_tb.o: ../../h/ll_log.h
  134. tai_tb.o: ../../h/retcode.h
  135. tai_tb.o: ../../h/table.h
  136.  
  137. # DEPENDENCIES MUST END AT END OF FILE
  138. # IF YOU PUT STUFF HERE IT WILL GO AWAY
  139. # see make depend above
  140.